home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / exechost.arc / EXAMPLES.ARC / FISHING.BAT < prev    next >
DOS Batch File  |  1990-07-10  |  657b  |  12 lines

  1.              Example batch file to run the Fishing door in Doorway mode
  2. @echo off
  3. watchcat1 on              <--- turns on watchcat to watch carrier
  4. copy door.sys fishing     <--- copies door.sys file to the fishing directory
  5. cd fishing                <--- changes directory to fishing
  6. fishing.exe 1 C:\telix    <--- runs the fishing door in local mode for doorway
  7. cd \telix                 <--- change back to Telix directory
  8. watchcat1 off             <--- turns off watchcat before returning to Host
  9.  
  10.         Additional information and help on setting up doors is available
  11.          to registered users on both support boards and on Compuserve.
  12.